type runtime.functype

4 uses

	runtime (current package)
		mfinal.go#L443: 	ft := (*functype)(unsafe.Pointer(ftyp))
		type.go#L228: type functype = abi.FuncType
		type.go#L376: 		ft := (*functype)(unsafe.Pointer(t))
		type.go#L377: 		fv := (*functype)(unsafe.Pointer(v))